-
Notifications
You must be signed in to change notification settings - Fork 394
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add description for Azure url format #1337
Add description for Azure url format #1337
Conversation
4e67180
to
004617e
Compare
004617e
to
dae4297
Compare
Thank you for the docs @steffansluis ! 🙏 Could you also add azure to https://dvc.org/doc/user-guide/external-dependencies , please? |
Thanks @steffansluis 🙏 |
acbc7ed
to
a1af810
Compare
az storage copy \ | ||
-d data.json \ | ||
--source-account-name my-account \ | ||
--source-container my-container-name \ | ||
--source-blob data.txt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The indentation here seems excessive? Code block lines shouldn't go over 72 characters long, please. How about just align the flags under copy
? Or go further back if still they go over 72 🙂
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The indentation is based on the indentation used in the HDFS example. I completely agree that it is excessive, but I figured there was probably a reason for it. I'll move it back a bit so they line up better with copy
, I did check though and the longest line was 67 chars so it should be fine regardless
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for bringing this to out attention @steffansluis I'll review this in a separate PR 🙂
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a couple minor comments so far. Thanks for the contribution!
Apply unrelated suggested change: Rename `Google Storage` to `Google Cloud Storage` Co-authored-by: Jorge Orpinel <[email protected]>
d95546c
to
2ea62ad
Compare
Thanks @steffansluis 🙏 |
dvc import-url
with Microsoft Azure Blob Storage.